home *** CD-ROM | disk | FTP | other *** search
- ;EXCELSIOR! Archive Converter
- ;
- ;This script will archive a file that is not an archive!
- ;
- ;Edit lz command line if you prefer a different archive, this is an example
- ;for "lz (.lha)" format
- ;
- ;Change "s:yourbbsadhere" to the path and filename of a text file for your bbs
-
-
- .KEY NEWFILE,NEWDIR,OLDFILE
- .BRA «
- .KET »
-
- cd «NEWDIR»
- lz >nil: <nil: -2 -a -m a "«NEWFILE»" "«OLDFILE»" s:yourbbsadhere
-